Committing
a Queue
After all the
desired file operations have been queued, the queue must be committed. This
causes the enqueued file operations to be processed.
To commit the
file queue, call the SetupCommitFileQueue1ADS_1C function, specifying a callback routine. The
callback routine will receive notifications from SetupCommitFileQueue as
the file operations are processed. If you want to use the default queue
callback routine, you must first initialize the necessary context by calling
either SetupInitDefaultQueueCallbackXJWK5Z or SetupInitDefaultQueueCallbackEx3T..3.. For more information about
the default queue callback routine, see Default Queue Callback RoutinePINO8Q.
Note SetupCommitFileQueue
should be called before the queue is closed. Any operations that are
uncommitted when SetupCloseFileQueue14AJ7OS is called will not be performed.